html {
    color: #000;
    background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    /*font-weight: normal;*/
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
body {
    font-family: "Arial" , "微软雅黑";
    overflow-x: hidden;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
a {
    text-decoration: none;
    color: #666;
}
.logo a {
    text-decoration: none;
    color: #666;
    display: inline-block;
}
.logo a h2{
	letter-spacing: 4.5px;
	font-size:19px;
}
.logo a p{
	font-size:19px;
	text-align: center;
	letter-spacing: 0.7px;
	margin-left: -6px;
}
/*头部*/
.top {
    height: 35px;
    color: #fff;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
    line-height: 35px;
    background: #1f1f1f;
}
.top .left {
    float: left;
}
.top .right {
    float: right;
}
.top .right ul {
    overflow: hidden;
    display: inline-block;
    float: left;
}
.top .right ul li {
    float: left;
}
.top .right ul li a {
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    border-left: 1px solid #fff;
}
.top .right ul li p {
    float: left;
}
.top .right ul li p:last-child {
    padding-left: 24px;
    padding-right: 6px;
    background: url(../images/tel.png) 7px center no-repeat;
}
.top .right ul li a:hover {
    color: #ff0000;
}

/*头部*/
.header {
/*    overflow: hidden;*/
}
.header .logo {
    float: left;
    padding-top: 24px;
}
.header .nav {
    float: right;
}
.header .nav ul li {
    width: 100px;
    float: left;
    height: 96px;
    font-size: 16px;
    line-height: 96px;
    text-align: center;
    position: relative;
}
.header .nav ul li b {
    width: 100%;
    font-weight: normal;
    border-right: 1px solid #000;
    display: inline-block;
    line-height: 18px;
    margin-top: 38px;
    color: #000;
}
.header .nav ul li>a {
    height: 93px;
    display: block;
}
.header .nav ul li:hover>a , .header .nav ul li.hover>a {
    color: #1a6fc2;
    border-bottom: 3px solid #1a6fc2;
}
.header .nav ul li .drop {
    width: 100px;
    position: absolute;
    left: 0px;
    top: 96px;
    font-size: 14px;
    text-align: left;
    background: #fff;
    z-index: 99;
    padding-bottom: 20px;
    display: none;
}
.header .nav ul li .drop p {
    line-height: 36px;
    padding-left: 20px;
    transition: all .2s linear;
}
.header .nav ul li .drop p a {
    color: #000;
}
.header .nav ul li .drop p:hover {
    padding-left: 10px;
}
.header .nav ul li .drop p:hover a {
    color: #1a6fc2;
}

.header .nav ul li .dropall {
    /*width: 800px;*/
    position: absolute;
    left: 0px;
    z-index: 99;
    top: 96px;
    background: #fff;
    padding: 20px 0; 
    display: none;
}
.header .nav ul li .dropall dl {
    width: 100px;
    float: left;
}
.header .nav ul li .dropall dl dt {
    font-size: 15px;
    padding-left: 10px;
    text-align: left;
    line-height: 30px;
    transition: all .2s linear;
}
.header .nav ul li .dropall dl dt a {
    color: #333;
    font-weight: bold;
}
.header .nav ul li .dropall dl dd {
    font-size: 14px;
    padding-left: 10px;
    text-align: center;
    line-height: 30px;
    transition: all .2s linear;
}
.header .nav ul li .dropall dl dt:hover {
    padding-left: 8px;
    display: block;
}
.header .nav ul li .dropall dl dd:hover {
    color: #e57d00;
    padding-left: 8px;
}
.header .nav ul li .dropall dl dd:hover a {
    color: #1a6fc2;
    display: block;
}


/*轮播图*/
.carousel {
    width: 100%;
    height: 670px;
    overflow: hidden;
    position: relative;
}
.swiper-container {
    width: 1920px;
    height: 670px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.btn_left {
    position: absolute;
    left: 350px;
}
.btn_right {
    position: absolute;
    right: 350px;
}
.btn_bottom {
    position: absolute;
    bottom: -5px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

/*product*/
.product {
    overflow: hidden;
}
.product .all_title {
    width: 1200px;
    height: 120px;
    position: relative;
    border-bottom: 1px solid #898989;
}
.product .all_title p:first-child {
    color: #363636;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    font-family: "黑体";
}
.product .all_title p:last-child {
    position: absolute;
    left: 50%;
    margin-left: -119px;
    font-size: 16px;
    color: #8b8a8a;
    width: 270px;
    bottom: -6px;
    background: #fff;
    text-align: center;
}
.product .left {
    margin-top: 49px;
    float: left;
    width: 278px;
    height: 474px;
    padding-left: 58px;
    padding-right: 64px;
    /*background: url(../images/product_left.jpg) no-repeat center center;*/
   background:black;
}
.product .left p:first-child {
    font-size: 24px;
    padding-top: 86px;
    color: #fff;
    font-family: "黑体";
}
.product .left p:nth-child(2){
    font-size: 14px;
    line-height: 30px;
    padding-top: 40px;
    color: #fff;
}
.product .left p:last-child {
    width: 262px;
    font-size: 12px;
    /*line-height: 42px;*/
    border: 1px solid #fff;
    margin-top: 25px;
    /*background: url(../images/arrow.png) no-repeat 150px center;*/
}
.product .left p:last-child a {
    color: #fff;
    /*padding-left: 88px;*/
   display: block;
    padding:5%  0%  5% 37%;
}
.product .right {
    width: 790px;
    margin-top: 49px;
    float: right;
}
.product .right ul li {
    width: 391px;
    height: 234px;
    overflow: hidden;
    float: left;
    position: relative;
}
.product .right ul li img {
    transition: all .2s linear;
    display: block;
}
.product .right ul li:hover img {
    transform: scale(1.1);
}
.product .right ul li:nth-child(2n+1) {
    margin-right: 8px;
}
.product .right ul li:nth-child(1) {
    margin-bottom: 6px;
}
.product .right ul li:nth-child(2) {
    margin-bottom: 6px;
}
.product .right ul li p {
    width: 125px;
    position: absolute;
    left: 0;
    top: 32px;
    line-height: 40px;
    /*background: #1a6fc2;*/
   background: black;
    color: #fff;
    padding-left: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .2s linear;
}
.product .right ul li:hover p {
    left: -145px;
}

/*走进慧闻*/
.enter {
    overflow: hidden;
    padding-bottom: 40px;
}
.enter .all_title {
    width: 1200px;
    height: 120px;
    position: relative;
    border-bottom: 1px solid #898989;
}
.enter .all_title p:first-child {
    color: #363636;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    font-family: "黑体"; 
}
.enter .all_title p:last-child {
    position: absolute;
    left: 50%;
    margin-left: -119px;
    font-size: 16px;
    color: #8b8a8a;
    width: 240px;
    bottom: -6px;
    background: #fff;
    text-align: center;
}
.enter ul {
    margin-top: 55px;
}
.enter ul li {
    float: left;
    width: 400px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.enter ul li img {
    width: 100%;
    transition: all .2s linear;
}
.enter ul li:hover img {
    transform: scale(1.1);
}
.enter ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 400px;
    height: 250px;
    background: #000;
    opacity: 0.1;
}
.enter ul li p {
    width: 400px;
    position: absolute;
    left: 0;
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.enter ul li p:nth-child(3) {
    top: 100px;
    transition: all .2s linear;
}
.enter ul li p:nth-child(4) {
    top: 156px;
    font-size: 18px;
    transition: all .2s linear;
}
.enter ul li p:nth-child(5) {
    transition: all .2s linear;
    height: 31px;
    top: 200px;
    visibility: hidden;
    background: url(../images/enter_cir.png) center top no-repeat;
}
.enter ul li:hover p:nth-child(3) {
    top: 83px;
}
.enter ul li:hover p:nth-child(4) {
    top: 125px;
}
.enter ul li:hover p:nth-child(5) {
    top: 172px;
    visibility: visible;
}

/*大banner*/
.banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*新闻中心*/
.new {
    overflow: hidden;
    padding-bottom: 40px;
}
.new .all_title {
    width: 1200px;
    height: 120px;
    position: relative;
    border-bottom: 1px solid #898989;
}
.new .all_title p:first-child {
    color: #363636;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    font-family: "黑体";
}
.new .all_title p:last-child {
    position: absolute;
    left: 50%;
    margin-left: -119px;
    font-size: 16px;
    color: #8b8a8a;
    width: 270px;
    bottom: -6px;
    background: #fff;
    text-align: center;
}
.new ul {
    margin-top: 42px;
}
.new ul li {
    width: 366px;
    float: left;
    margin-right: 50px;
}
.new ul li:nth-child(3) {
    margin-right: 0;
}
.new ul li .title {
    color: #333;
    font-weight: bold;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new ul li:hover .title {
    color: #1a6fc2;
}
.new ul li .img {
    width: 366px;
    height: 259px;
    overflow: hidden;
}
.new ul li .img img {
    width: 100%;
    transition: all .2s linear;
}
.new ul li:hover .img img {
    transform: scale(1.1);
}
.new ul li .memo {
    font-size: 14px;
    color: #6d6d6d;
    margin-top: 16px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.new ul li .more {
    width: 366px;
    height: 35px;
    color: #fff;
    /*margin-top: 48px;*/
    line-height: 35px;
    text-align: center;
    background: #c0c0c0;
}
.new ul li:hover .more {
    background: #1a6fc2;
}

/*打造*/
.make {
    overflow: hidden;
    padding-bottom: 40px;
    background: #f3f3f3;
    padding-bottom: 98px;
}
.make .all_title {
    width: 1200px;
    height: 120px;
    position: relative;
    border-bottom: 1px solid #898989;
}
.make .all_title p:first-child {
    color: #363636;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    font-family: "黑体";
}
.make .all_title p:last-child {
    position: absolute;
    left: 50%;
    margin-left: -243px;
    font-size: 16px;
    color: #8b8a8a;
    width: 486px;
    bottom: -6px;
    background: #f3f3f3;
    text-align: center;
}
.make ul {
    margin-top: 68px;
}
.make ul li {
    float: left;
    width: 400px;
    height: 237px;
}

/*底部*/
.footer {
    overflow: hidden;
    padding-top: 78px;
    padding-bottom: 37px;
    background: #333333;
}
.footer dl {
    width: 180px;
    float: left;
}
.footer dl dt {
    font-size: 20px;
    color: #fff;
}
.footer dl dt p {
    width: 38px;
    height: 1px;
    background: #274875;
    margin-top: 16px;
    margin-bottom: 16px;
}
.footer dl dd {
    font-size: 14px;
    color: #fff;
    line-height: 31px;
}
.footer dl dd a {
    font-size: 14px;
    color: #fff;
    line-height: 31px;
}
.footer dl dd a:hover {
    color: #ef9817;
}
.footer dl:nth-child(4) {
    width: 282px;
}
.footer dl:last-child {
    width: 330px;
    margin-left: 45px;
}
.footer dl:last-child dd {
    color: #fff;
    float: left;
    width: 103px;
    text-align: center;
    padding-top: 126px;
}
.footer dl:last-child dd:nth-child(2) {
    margin-right: 76px;
    background: url(../images/ewm.png) no-repeat left top;
}
.footer dl:last-child dd:last-child {
    background: url(../images/ewm2.jpg) no-repeat left top;
}
.bottom {
    background: #242323;
    line-height: 52px;
    text-align: center;
    font-size: 12px;
    color: #eaeaea;
}
.bottom a {
    color: #eaeaea;
}

/*page*/
.banner_page {
    width: 100%;
    clear: both;
    height: 689px;
    position: relative;
}
.banner_page img {
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.banner_page .mask {
    background: #000;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
}
.banner_page .nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
}
.banner_page .nav .catalog {
    float: left;
}
.banner_page .nav .catalog ul li {
    width: 96px;
    float: left;
    line-height: 57px;
    text-align: center;
}
.banner_page .nav .catalog ul li.cur {
    border-bottom: 3px solid #c70025;
}
.banner_page .nav .catalog ul li a {
    color: #fff;
}
.banner_page .nav .crumbs {
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    float: right;
}
.banner_page .nav .crumbs a {
    color: #fff;
}

.content {
    width: 100%;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 14px;
    color: #666666;
    background: #fafafa;
}


/*新闻*/
.content .new {
    overflow: hidden;
}
.content .new li {
    width: 320px;
    height: 275px;
    padding-left: 30px;
    padding-right: 30px;
    float: left;
    background: #fff;
    padding-top: 55px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.content .new li:nth-child(3n) {
    margin-right: 0;
}
.content .new li .left {
    margin-bottom: 40px;
}
.content .new li .left span:first-child {
    font-size: 60px;
    color: #000;
    font-family: "微软雅黑";
}
.content .new li .left span:last-child {
    font-size: 14px;
    color: #848384;
    padding-left: 6px;
}
.content .new li:hover .left span {
    color: #0c4fb4;
}
.content .new li .right .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 18px;
    font-family: "微软雅黑";
}
.content .new li:hover .right .title {
    color: #0c4fb4;
}
.content .new li .right .memo {
    font-size: 13px;
    color: #848384;
    margin-bottom: 24px;
    line-height: 20px;
    text-indent: 2em;
}
.content .new li .right .more {
    font-size: 12px;
    color: #848384;
}
.content .news_detail {
    overflow: hidden;
}
.content .news_detail .left {
    width: 800px;
    padding: 0 30px;
    padding-bottom: 30px;
    float: left;
    min-height: 400px;
    border: 1px solid #0c4fb4;
}
.content .news_detail .right {
    float: right;
    width: 320px;
    border: 1px solid #0c4fb4;
}
.content .news_detail .left .title {
    text-align: center;
    line-height: 86px;
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #0c4fb4;
}
.content .news_detail .left .news_content {
    padding-top: 30px;
    line-height: 24px;
    font-size: 14px;
    color: #666;
}
.content .news_detail .right .tt {
    line-height: 40px;
    background: #0c4fb4;
    font-size: 18px;
    padding-left: 12px;
    color: #fff;
}
.content .news_detail .right ul li {
    font-size: 13px;
    padding-left: 12px;
    color: #666;
    line-height: 32px;
    border-bottom: 1px dotted #ccc;
}
/*图文*/
.content .cp {
    overflow: hidden;
}
.content .cp li {
    width: 380px;
    margin-right: 20px;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.content .cp li:nth-child(3n){
    margin-right: 0;
}
.content .cp li .img {
    width: 380px;
    height: 240px;
    overflow: hidden;
}
.content .cp li .img img {
    width: 100%;
    transition: all .2s linear;
}
.content .cp li:hover .img img{
    transform: scale(1.1);
}
.content .cp li .tt {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}
.content .cp li .memo {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.content .cp li:hover .memo {
    color: #0c4fb4;
}
.content .cp li .more {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-size: 12px;
    color: #0c4fb4;
}
.content .cp li:hover .tt {
    color: #0c4fb4;
}






/*page*/
.page_banner {
    width: 1920px;
    height: 450px;
    clear: both;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.page_banner img {
    width: 100%;
}

.page_about {
    padding: 30px 0 50px 0;
    clear: both;
}
.page_about .nav {
    font-size: 16px;
    color: #666;
}
.page_about .page_content {
    overflow: hidden;
    padding-top: 40px;
    clear: both;
}
.page_about .page_content .title {
    font-size: 30px;
    color: #e57d00;
    padding: 40px 0;
}
.page_about .page_content .left {
    float: right;
    width: 850px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    text-align: justify;
}
.page_about .page_content .left  .text{padding-left: 20px;}
.page_about .page_content .left .pic {
    overflow: hidden;
}
.page_about .page_content .left .pic li {
    width: 260px;
    height: 335px;
    float: left;
    border-bottom: 3px solid #1a6fc2;
    padding-bottom: 8px;
    margin-right: 35px;
    margin-bottom: 35px;
}
.page_about .page_content .left .pic li.height .img {
    height: 350px;
}
.page_about .page_content .left .pic li:nth-child(3n+1) {
    margin-right: 0px;
}
.page_about .page_content .left .pic li .tt {
    padding-top: 8px;
    color: #000;
}
.page_about .page_content .left .pic li .img {
    width: 100%;
    height: 279px;
    overflow: hidden;
}
.page_about .page_content .left .pic li .img img {
    width: 100%;
    transition: all .2s linear;
}
.page_about .page_content .left .pic li:hover .img img {
    transform: scale(1.1);
}
.page_about .page_content .right {
    float: left;
    width: 260px;
    padding-right: 2px;
}
.page_about .page_content .right .item {
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
    margin-bottom: 40px;
}
.page_about .page_content .right .item .tt {
    height: 60px;
    width: 100%;
    background: #1a6fc2;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
}
.page_about .page_content .right .item ul {

}
.page_about .page_content .right .item ul li {
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    transition: all .2s linear;
    border-bottom: 1px dotted #ccc;
}
.page_about .page_content .right .item ul li.cur,.page_about .page_content .right .item ul li:hover {
    background: #1a6fc2;
    border-bottom: 1px dotted #1a6fc2;
}
.page_about .page_content .right .item ul li:last-child {
    border-bottom: 0;
}
.page_about .page_content .right .item ul li a {
    display: block;
    color: #1e1e1e;
    transition: all .2s linear;
}
.page_about .page_content .right .item ul li.cur a,.page_about .page_content .right .item ul li:hover a {
    color: #fff;
}
.page_about .page_content .left .detail_title {
    font-size: 24px;
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}
.page_about .page_content .left .detail_img {
    text-align: center;
}
.page_about .page_content .left .detail_img img {
    display: inline-block;
}


/*新闻*/
.page_about .page_content .left .news li {
    width: 850px;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
}
.page_about .page_content .left .news li:hover {
    border-bottom: 1px dotted #1a6fc2;
}
.page_about .page_content .left .news li .tt {
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.page_about .page_content .left .news li .tt p:nth-child(1) {
    float: left;
    font-weight: bold;
}
.page_about .page_content .left .news li .tt:hover p:nth-child(1) {
    color: #1a6fc2;
}
.page_about .page_content .left .news li .tt p:nth-child(2) {
    float: right;
    padding-right: 30px;
}
.page_about .page_content .left .news li .tt:hover p:nth-child(2) {
    color: #1a6fc2;
}
.page_about .page_content .left .news li .memo {
    margin-top: 12px;
    font-size: 14px;
    color: #000;
}
.page_about .page_content .left .news li .memo:hover {
    color: #1a6fc2;
}
.page_about .page_content .left .news_title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}
.page_about .page_content .right .item .cpsecond .cp_title {
    line-height: 42px;
    padding-left: 30px;
    border-top: 1px dotted #ccc;
}
.page_about .page_content .right .item .cpsecond .cp_title:first-child {
    border-top: 0;
}
.page_about .page_content .right .item .cpsecond .cp_title a {
    font-size: 16px;
    color: #000;
    display: block;
    font-weight: bold;
}
.page_about .page_content .right .item .cpsecond .cp_title:hover {
    background: #1a6fc2;
}
.page_about .page_content .right .item .cpsecond .cp_title:hover a {
    color: #fff;
}
.page_about .page_content .right .item .cpsecond .cp_second_title {
    margin-left: 40px;
}
.page_about .page_content .right .item .cpsecond .cp_second_title p {
    background: url(../images/L.png) no-repeat left 7px;
    line-height: 30px;
}
.page_about .page_content .right .item .cpsecond .cp_second_title p a {
    font-size: 14px;
    line-height: 32px;
    padding-left: 26px;
    display: block;
    transition: all .2s linear;
    color: #000;
}
.page_about .page_content .right .item .cpsecond .cp_second_title p a:hover {
    color: #1a6fc2;
    padding-left: 32px;
}
/*联系我们*/
.page_about .page_content .left .page_left {
    font-size: 16px;
    float: left;
}
.page_about .page_content .left .t {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 38px;
    color: #1a6fc2;
}
.page_about .page_content .left .page_left p {
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 10px;
}
.page_about .page_content .left .page_left p:first-child {
    background: url(../images/phone.png) no-repeat left 4px;
}
.page_about .page_content .left .page_left p:nth-child(2) {
    background: url(../images/fax.png) no-repeat left 4px;
}
.page_about .page_content .left .page_left p:nth-child(3) {
    background: url(../images/email.png) no-repeat left 7px;
}
.page_about .page_content .left .page_left p:last-child {
    background: url(../images/add.png) no-repeat left 5px;
}
.page_about .page_content .left .page_right {
    margin-top: 30px;
}
/*联系我们*/
.contact_all {
    clear: both;
    padding-bottom: 50px;
    background: #ecf1f5;
    border-bottom: 1px solid #ccc;
}
.contact {
    width: 800px;
    margin: 0 auto;
}
.contact .tt {
    font-size: 24px;
    text-align: left;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact .tt p:first-child {
    color: #0064AF;
    font-size: 30px;
}
.contact .tt p:last-child {
    font-family: "Apple";
    color: #0064AF;
    font-size: 24px;
}
.contact .tip {
    font-size: 16px;
    color: #333;
    text-align: center;
    padding-bottom: 30px;
}
.contact .remind {
    font-size: 13px;
    color: red;
    text-align: center;
}
.contact ul {
    padding-top: 40px;
    overflow: hidden;
}
.contact ul li {
    margin: 0 40px;
    width: 320px;
    float: left;
    border-bottom: 1px dotted #ccc;
}
.contact ul li input {
    width: 100%;
    border: none;
    outline: none;
    color: #666;
    line-height: 50px;
    background: #ecf1f5;
}
.contact ul li:last-child {
    width: 725px;
    margin-top: 15px;
}
.contact ul li:last-child textarea {
    resize: none;
    outline: none;
    border:none;
    background: #ecf1f5;
}
.contact .btn {
    width: 140px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
    background: #0064AF;
    border-radius: 40px;
    overflow: hidden;
}
.contact .btn input:first-child {
    color: #fff;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    height: 40px;
    background: none;
}
.input {
    width: 150px;
    float: left;
    position: relative;
}
.input .input1 {
    border: 1px solid #fff;
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    border-radius: 24px;
    position: absolute;
    top: 5px;
    height: 24px;
}
.input .input2 {
    outline: none;
    border: none;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 2px;
    background: url(../images/search.png) no-repeat center center;
}

/*人才招聘*/
.page_about .page_content .left .rencai li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
    font-size: 13px;
}
.page_about .page_content .left .rencai li:first-child {
    border-top: 3px solid #1a6fc2;
    font-size: 15px;
    font-weight: bold;
}
.page_about .page_content .left .rencai li p {
    display: inline-block;
    width: 16.6%;
    padding: 0 1.5%;
}
.page_about .page_content .left .rencai li p:nth-child(2) {
    width: 22.6%;
}
.page_about .page_content .left .rencai li p:nth-child(4) {
    width: 10%;
}
.page_about .page_content .left .rencai li p:first-child {
    
}
.page_about .page_content .left .rencai li:hover p {
    color: #1a6fc2;
}

.page_about .page_content .left .news li .tt p.download {
    padding-top: 20px;
    background: url(../images/down.jpg) no-repeat center top;
    padding-right: 0;
}


/*page_honer*/
.page_honor {
    width: 850px;
    overflow: hidden;
}
.page_honor ul li {
    width: 300px;
    float: left;
    margin-left: 60px;
    margin-right: 60px;
}
.page_honor ul li p {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 18px;
    text-align: center;
}
.page_honor ul li .img {
    width: 300px;
}
.page_honor ul li .img img {
    width: 100%;
}

.page_about .page_content .left .zhuanli li {
    width: 180px;
    margin-right: 40px;
}
.page_about .page_content .left .zhuanli li .img {
    height: 250px !important;
}
.page_about .page_content .left .zhuanli li .tt {
    height: 64px;
    font-size: 13px;
}
.page_about .page_content .left .zhuanli li:nth-child(3n) {
    margin-right: 40px;
}
.page_about .page_content .left .zhuanli li:nth-child(4n) {
    margin-right: 0;
}


.pdf {
    width: 190px;
    margin: 0 auto;
    font-size: 15px;
    height: 26px;
    text-align: center;
    margin-bottom: 24px;
    background: url(../images/pdf.png) no-repeat left center;
    background-size: contain;
}


#newBridge .nb-icon-skin-0 .nb-icon-inner-wrap {
    position: fixed!important;
    top: 320px;
    right: 0;
}


/*友情链接*/
.links {
    margin-bottom: 60px;
}
.links .all_title {
    width: 1200px;
    height: 120px;
    position: relative;
    border-bottom: 1px solid #898989;
}
.links .all_title p:first-child {
    color: #363636;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    font-family: "黑体";
}
.links .all_title p:last-child {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    font-size: 16px;
    color: #8b8a8a;
    width: 200px;
    bottom: -6px;
    background: #fff;
    text-align: center;
}
.links ul {
    margin-top: 30px;
    overflow: hidden;
}
.links ul li {
    font-size: 13px;
    width: 200px;
    float: left;
    margin-bottom: 10px;
}
/*新增商城*/
.super ul li{
	width:50%;
	display: inline-block;
	float: left;
	margin-bottom: 2%;
}
/*新增商城*/


/*页码*/
.pages {
    padding-top: 20px;
    text-align: center;
}
.pages a {
    width: 20px;
    line-height: 20px;
    display: inline-block;
    border: 1px solid #0c4fb4;
}
.pages a.active {
    background: #0c4fb4;
    color: #fff;
}

.pagination{
	text-align: center;
	width: 100%;
	clear: both;
	padding: 10px 0;
}
.pagination li{
	display: inline-block;
	line-height: 30px;	
	margin: 0 5px;	
}
.pagination li a,.pagination li span{
	display: block;
	border: #DDD solid 1px;
	padding: 0 8px;
	color: #666;
}
.pagination li a,.pagination li span{
	color: #999;
}
.pagination li a:hover{
	border:#0c4fb4 solid 1px;
	background: #0c4fb4;
	color: #FFF;
}
.pagination li.active span{
	border:#0c4fb4 solid 1px;
	background: #0c4fb4;
	color: #FFF;
}